home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 010a / mimen30a.zip / README.DOC < prev    next >
Text File  |  1991-12-24  |  33KB  |  727 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.                                    MIMENU
  25.  
  26.  
  27.                            Hard Disk Menu Program
  28.  
  29.  
  30.                                   VERS 3.0a
  31.  
  32.                               By  John M. Haro
  33.  
  34.  
  35.  
  36.                                   MIMENU                             Page 2
  37.  
  38.  
  39.                             GENERAL INFORMATION
  40.  
  41.           MIMENU (pronounced MY-MENU).  It was originally developed due to
  42.      a need for a user friendly menu program for my job working with the
  43.      Air Force.  Every computer in the office had a different type of a
  44.      menu program which only had one thing in common and that was they were
  45.      hard to modify except by the creator of the menu.  Using a Quick Silver
  46.      dBase III compiler I created the first menu program which quickly
  47.      became the standard for all the MS-DOS computers used throughout the
  48.      HQ Strategic Communications Division Logistics Section.  The program
  49.      was later converted to 'C' using Turbo 'C' with the CXL window
  50.      library.
  51.  
  52.                              FEATURES OF MIMENU
  53.  
  54.        ∙  10 choices per page with a maximum of 10 pages in one set of menu
  55.           pages.  Vertitually unlimited as to how many submenu page sets you
  56.           can have.
  57.           
  58.        ∙  A quick screen system display to determine your systems equipment
  59.           configuration.
  60.           
  61.        ∙  Password protection capability to prevent quiting out of MIMENU.
  62.        
  63.        ∙  Password protection capability to prevent unwanted editing of menus.
  64.        
  65.        ∙  Individual password protection capability to prevent certain menu
  66.           choices from being ran by unwanted persons.
  67.           
  68.        ∙  Easy transfering or copying menu choices to new locations on any
  69.           set of menu pages (even across different sets of menu pages).
  70.           
  71.        ∙  Built in screen blanking capability or you can run an external
  72.           screen saver of your choice.
  73.           
  74.        ∙  Editing of menu choices, page names are all done on current screen
  75.           without having to run an external editor.
  76.           
  77.        ∙  Mouse supported through out MIMENU.
  78.        
  79.        ∙  Option of returning to current menu choice after a program has
  80.           been ran.
  81.           
  82.        ∙  Full support of being able to select different color choices for
  83.           screen displays.
  84.  
  85.  
  86.                                   MIMENU                             Page 3
  87.  
  88.  
  89.                              INSTALLING MIMENU
  90.  
  91.           If you are upgrading from an older version of MIMENU, please
  92.      follow the directions listed in the READ.1ST file.
  93.  
  94.           Create a subdirectory such as: MIMENU with the following
  95.      command.
  96.  
  97.                C:> MD MIMENU
  98.  
  99.           Change to this subdirectory with the following command.
  100.  
  101.                C:> CD MIMENU
  102.  
  103.           Uncompress MIMEN30A with the appropriate decompression program
  104.      such as PKUNZIP, into the MIMENU directory.  If the files are already
  105.      expanded on a disk, just copy them into the directory with the
  106.      command.
  107.  
  108.                C:> COPY A:*.*
  109.      
  110.           To allow the MIMENU program to be run from anywhere on your
  111.      hard disk, copy the file M.BAT to your root directory or to any
  112.      subdirectory that is identified in your path statement.
  113.  
  114.           The AUTOEXEC.BAT file should be modified with the last sentence
  115.      as M.  This will allow MIMENU to be brought up every time the
  116.      computer is turned on.
  117.  
  118.           NOTE:  If you want to rename the batch file M.BAT to some
  119.      other name, change the last line in your AUTOEXEC.BAT appropriately.
  120.      This M.BAT file needs to be able to execute the MENU.BAT file located
  121.      in the MIMENU directory.
  122.  
  123.           MIMENU is now ready to be used and can be quickly customized
  124.      to run all your programs or DOS commands.  The only information you
  125.      will need to know is the DOS statements you normally enter to run
  126.      each program or DOS function.
  127.  
  128.  
  129.                                   MIMENU                             Page 4
  130.  
  131.  
  132.                            HOW TO CUSTOMIZE MIMENU
  133.  
  134.           When the program is started, the following describes the
  135.      customization key codes.
  136.  
  137.        <F1>  --  Gives you a quick help screen which describes all of
  138.                  the following keys and how to maneuver about MIMENU.
  139.                  Press <ESC> to exit from the help screen.
  140.  
  141.           M  --  Allows you to change the main program defaults
  142.                  through a set of menu choices as follows:
  143.  
  144.             Main Defaults:
  145.               Menu Editing Allowed (Y/N)  -  No editing will be allowed
  146.                  on any menu page unless this is set to "Y".  Normally 
  147.                  left in "N" to prevent accidental changes.
  148.  
  149.               Date Time Displayed (Y/N)  -  Answer with a "Y" if you
  150.                  want the date and time to be displayed in the lower left
  151.                  corner of each menu screen.  If you use a Clock TSR 
  152.                  program and do not want a second clock to be displayed, 
  153.                  set it to "N" to disable it.
  154.  
  155.               Screen be Blanked (Y/N)  -  Enter a "Y" if you want the
  156.                  the screen to be blanked after the Blank Time (next item)
  157.                  has elapsed.
  158.  
  159.               Screen Blank Time (Secs)  -  Enter the time in seconds.
  160.                  After the time you have entered has elapsed and the 
  161.                  computer has not been used MIMENU will erase the screen
  162.                  to prevent burn in.  Pressing any key (except non
  163.                  printable keys like the SHIFT or ALT) will return the 
  164.                  menu to the screen.
  165.  
  166.               Return to Last Menu Choice (Y/N) - Enter a "Y" if you want
  167.                  MIMENU to return to the current menu page and choice
  168.                  when you exit to run a program.
  169.  
  170.               Display Screen Save Message  -  Enter a "Y" if you want the
  171.                  screen blank message to be displayed after the screen is
  172.                  blanked.  This message will constantly move on your screen
  173.                  from side to side and top to bottom.
  174.  
  175.               External Screen Save - Enter a "Y" if you want to use an
  176.                  external screen saver program.  This option is provided
  177.                  if you prefer your own special program or picture to be
  178.                  displayed.  The "Screen be Blanked" option must still be
  179.                  set to "Y".
  180.  
  181.                                   MIMENU                             Page 5
  182.  
  183.               Screen Save Pgm - Enter the program name of the external
  184.                  screen saver program you want to run if the previous
  185.                  option is set to a "Y".  This program must be located
  186.                  in the current directory or in a directory located in
  187.                  the path statement.  The program can not load up in
  188.                  Terminate and Stay Ready (TSR) mode, since this is
  189.                  only ran with a second COMMAND.COM loaded.  A TSR
  190.                  type program could lock up your computer.
  191.  
  192.               Program Start Name  -  Enter the name of the Batch file to
  193.                  start MIMENU.  This is provided in case you want to rename
  194.                  the M.BAT file to some other name such as MENU.BAT or
  195.                  HELP.BAT when it is placed in the Path directory.
  196.  
  197.               Menu Title  -  Enter any title you want displayed at the top
  198.                  of the menu pages.  This same title is displayed on all
  199.                  pages.
  200.  
  201.               Menu Program Path  -  Enter the drive and directory where
  202.                  the MIMENU program resides if different from the default.
  203.                  The last statement in this path should be the word MENU
  204.                  which is the default batch file that is executed when
  205.                  returning from a called program or command.
  206.  
  207.               Exit Program Path  -  Enter the commands you wish MIMENU to
  208.                  execute upon exiting.  Refer to the Choice Path below for
  209.                  explanation on how to set up the Paths.
  210.  
  211.             Change Colors:
  212.               This allows you to change your menu screen colors.  Use the
  213.                  arrow keys to move the flashing pointer to any selection
  214.                  you wish to change.  Press <ENTER> and then type in the 
  215.                  number from the color spectrum window at the right for the
  216.                  color wanted.  Enter a Y or N if you want the foreground to
  217.                  blink.  To see a test menu page press F10.  When done
  218.                  viewing this menu page press any key to continue.  When
  219.                  done editing, press the <ESC> key.  If you have a mouse
  220.                  installed, you can use the mouse cursor to point and click
  221.                  at the item to be changed.  Then point and click at the
  222.                  color you want for that item.  You can select it to blink
  223.                  by pointing and clicking in the Blink box.  You can also
  224.                  select the test menu by pointing and clicking at the test
  225.                  menu box.  These boxes will only be visible if you have a
  226.                  mouse installed.
  227.  
  228.                                   MIMENU                             Page 6
  229.  
  230.  
  231.             Passwords:
  232.               Enter a "Y" for any area that you want password protection to
  233.                  be provided:
  234.  
  235.               Use a Password to run a Menu Choice - Enter a "Y" here if you
  236.                  want a password to be requested before a menu choices is
  237.                  performed.  The menu choice you want protected must have a
  238.                  "^" in the first character of the path (or after the "@" if
  239.                  running in shell mode, or after the "%" for a new menu
  240.                  page.)  Use this to prevent unwanted access to your computer.
  241.  
  242.               Menu Choice Password - Enter in any appropriate characters or
  243.                  words you want for your password.
  244.  
  245.               Use above Password to run Function Quick Keys - Enter a "Y" if
  246.                  you want to use the password you enter above as the password
  247.                  for any of the Shift Function Quick Keys.
  248.  
  249.               Use a Password to Edit or Modify Menus - Enter a "Y" here if
  250.                  you want a password to be requested before any editing can be
  251.                  performed, or before access is allowed to the modify screen.
  252.                  This is allowed to prevent any unknown changes to be done
  253.                  to your MIMENU.
  254.  
  255.               Edit/Modify Password - Enter in any appropriate characters or
  256.                  words you want for your password.
  257.  
  258.               Use a Password to Quit MIMENU - Enter a "Y" here if you want a
  259.                  password to be requested before allowing MIMENU to be ended
  260.                  returning to DOS.  Be careful, some menu choices could still
  261.                  allow someone to drop to DOS since they are only running
  262.                  batch files.  This is only provided as a minimum of security
  263.                  for a computer system.  It will not protect your computer
  264.                  from a good computer hacker.
  265.  
  266.          NOTE:  If you do not want to change any of the above settings,
  267.                 or are done editing you can press <ESC> to end editing.
  268.  
  269.               Quit Password - Enter in any appropriate characters or words you
  270.                  want for your passwords.
  271.  
  272.               All passwords are case sensitive so if you enter your password
  273.                  in lower case, you must respond to the password prompt with
  274.                  the same characters in lower case.
  275.  
  276.               If you should forget a password, the only quick fix you have
  277.                  available to you is to recopy the original MI-RUN.CFG file
  278.                  over your current file.  You will have to go back and 
  279.                  recustomize any defaults you might have changed.
  280.  
  281.                                   MIMENU                             Page 7
  282.  
  283.  
  284.             Function Keys:
  285.               This area is used to customize the F9 or F10 function key to
  286.                  any DOS command you might like to use on a regular basis.
  287.                  Enter the information as follows:
  288.  
  289.               Screen Description - Place a title here for the command you
  290.                  want for either the F9 or F10 user defined function key to
  291.                  display in the <SHIFT> pop up menu.
  292.                     Example:    Dir A:  (example if you want a different DIR)
  293.  
  294.               Functions DOS Command - Enter in the actual DOS command or
  295.                  program you want for the associated function key to execute
  296.                  upon its selection.
  297.                     Example:    DIR     (does not have to be capitalized)
  298.  
  299.               Command Options - Enter in any standard default options you
  300.                  want for this command such as particular flags or switches.
  301.                  These must be able to work if applied immediately after the
  302.                  command line.
  303.                     Example:    A:DIR/W      The "/W" is the Option Entered.
  304.  
  305.               Is a Prompt Required - Enter a "Y" here if you an additional
  306.                  prompt to be requested from you prior to executing the
  307.                  command.  This could allow changing parameters to be
  308.                  entered at this time.
  309.  
  310.  
  311.          NOTE:  If you do not want to change any of the above settings,
  312.                 or are done editing you can press <ESC> to end editing.
  313.  
  314.          NOTE:  Use <Ctrl-U> to clear the line from the cursor to the
  315.                 end of the current field.  Use <Ctrl-Y> to clear from the
  316.                 cursor to the last editing field on the page.
  317.  
  318.  
  319.  
  320.                                   MIMENU                             Page 8
  321.  
  322.  
  323.      *******************************************************************
  324.      *   When the "Edit Menu Allowed (Y/N)" option listed above is set *
  325.      * to "Y", the following customizations are permitted.             *
  326.      *******************************************************************
  327.  
  328.           E  --  This allows you to edit the highlighted menu choice.  When
  329.                  pressed, a window opens up allowing you to edit/modify the
  330.                  following items.  Press <F1> at any prompt to bring up help
  331.                  instructions for each entry.
  332.  
  333.               NAME  -  Enter the name of this menu choice.
  334.  
  335.               DESCRIPTION  -  Enter any description of the menu choice or a
  336.                  special instruction to be displayed at the bottom of the
  337.                  menu area.  If no description is entered here, nothing will
  338.                  be displayed.
  339.  
  340.               PATH  -  Enter the normal DOS commands you would type in to
  341.                  execute this choice.  Example, if you normally enter:
  342.  
  343.                           C:> CD\WP2  {Changes directory to WP2}
  344.                           C:> WD      {Runs Dictionary Program, WD}
  345.                           C:> WP      {Runs Word Processor Program, WP}
  346.  
  347.                  These commands would be entered into the path line as:
  348.  
  349.                           CD\WP2;WD;WP
  350.  
  351.                  The semicolon is used to separate command statements and
  352.                  its use will be explained shortly.
  353.  
  354.          NOTE:  Avoid executing a batch file if possible because a batch
  355.      file will not return to a calling batch file.  If it is necessary to
  356.      execute a batch file due to lengthy commands required to execute a
  357.      program, edit the end of that called batch file to include the
  358.      statements that are in the Menu Program Path such as:
  359.  
  360.                               C:
  361.                               CD\MIMENU
  362.                               MENU
  363.  
  364.                  This will allow proper return to MIMENU.
  365.  
  366.                                   MIMENU                             Page 9
  367.  
  368.  
  369.               Character codes that can be used in the Path input:
  370.  
  371.               ;  <--  Used to separate commands.  This character is replaced
  372.                       with a carriage return and should be inserted whenever
  373.                       you would normally press the Enter key.
  374.  
  375.               %  <--  Must be placed as the first character followed by a
  376.                       legal DOS file name of 1 to 8 characters with no
  377.                       extension.  This will switch to an alternate menu file.
  378.                       This can allow grouped items to be given their own menu
  379.                       selection pages.  If the file name given does not
  380.                       already exist, it will be created with one menu page of
  381.                       blank selections except for choice number 0 which will
  382.                       automatically be entered with a return path to the main
  383.                       menu file and choice 9 which returns back to calling
  384.                       menu choice.  This choice can be changed to any other
  385.                       choice or deleted if you do not want a return capability.
  386.                       You can also include a particular page and menu choice
  387.                       to start with.  Example of usage would be:
  388.                               %GAMES
  389.                          or   %GAMES 2 4    to start on page 2 choice 4
  390.                       Page 10 must be entered as a 0, the same as the last
  391.                       menu choice must also be entered as a 0.
  392.  
  393.               #  <--  Can be used for an input request prompt such as:
  394.                               TIME #
  395.                            or DATE #
  396.                       When the "#" character is detected, the program halts
  397.                       and requests a parameter input.  This input will then
  398.                       be included in the batch file in place of the "#".
  399.  
  400.               @  <--  Must be placed as the first character.  All the
  401.                       subsequent commands in the path are executed in a
  402.                       shell mode.  MIMENU stays in memory but after execution
  403.                       of the commands, it will return to the current position
  404.                       in the menu screen.  Example of usage would be:
  405.                               @DIR A:
  406.  
  407.                       This would display the directory of drive A:.  MIMENU
  408.                       automatically pause for any key to be pressed before
  409.                       returning back to the current menu page.
  410.  
  411.               ~  <--  If placed at the end of the path command line it will
  412.                       terminate the execution of the path commands and leave
  413.                       you at the DOS prompt.  This will allow jumping directly
  414.                       to DOS after any commands have been executed.
  415.  
  416.               ^  <--  Must be placed as the first character or immediately
  417.                       after the @ character.  If the Password protection for
  418.                       running a menu choice is set to "Y", the ^ character
  419.                       flags the current menu choice as requiring a password
  420.                       before it can be performed.
  421.  
  422.           NOTE:  The above characters are displayed in a box above the
  423.                  editing box.
  424.  
  425.                                   MIMENU                             Page 10
  426.  
  427.  
  428.           A  --  Adds a new menu page to the end of the current pages.  The
  429.                  screen changes to this new empty menu page.  A total of 10
  430.                  pages can be created within one set of menu pages; but it is
  431.                  unlimited as to how many different alternate sets of menu
  432.                  pages you can create with the "%" described above.
  433.  
  434.           I  --  Inserts a blank menu page at the current location.  The new
  435.                  blank page will take the page number of the current location,
  436.                  and the page at the current location will take the next
  437.                  higher page number.  All subsequent pages will be shifted by
  438.                  one page number.
  439.  
  440.           D  --  This will delete the current menu page.  You will be prompted
  441.                  to insure this is what you want to do.  Any page can be
  442.                  deleted except for the last available page because the
  443.                  program requires at least one page in order to operate.  You
  444.                  will automatically be warned that you are trying to delete
  445.                  the last page and the program will prevent this.
  446.  
  447.           P  --  This will edit the page name.  You will be prompted for a new
  448.                  page name which will be displayed below the Main Title.  This
  449.                  can be used to identify particular pages such as word
  450.                  processors, DOS commands, etc.
  451.  
  452.           T  --  This will allow you to transfer a menu choice to a new
  453.                  location.  When you press "T" at the menu choice you want
  454.                  moved, that menu choice will be deleted and a flashing "<T>"
  455.                  will be displayed in the upper left corner.  This is to
  456.                  remind you that a transfer is in progress.  Move to any other
  457.                  position, on any page, and press "T" again.  This will
  458.                  complete the transfer and will write the moved selection to
  459.                  this position.
  460.  
  461.           C  --  This will allow you to copy a menu choice to a new location.
  462.                  Works similar to "T" but does not delete the original menu
  463.                  choice.  A flashing "<C>" will be displayed in the upper left
  464.                  corner.
  465.  
  466.                                   MIMENU                             Page 11
  467.  
  468.  
  469.  
  470.                          HOW TO MOVE AROUND IN MIMENU
  471.  
  472.           To execute a menu choice, either press the number key which
  473.      precedes the menu choice, or use the arrow keys to highlight the
  474.      menu choice.  Then press the Enter key.
  475.  
  476.           To move to the next or previous menu page, use the PgUp or PgDn
  477.      keys.
  478.  
  479.           To GoTo a particular menu page, press G and you will be shown
  480.      all the menu page names available.  Press the letter of the page
  481.      number wanted or move the cursor to the page name and press enter
  482.      (or select the page with the mouse cursor).  MIMENU will immediately
  483.      display that page.
  484.  
  485.           To move to the first page, press the Ctrl and Home keys at the
  486.      same time.
  487.  
  488.           To move to the last page, press the Ctrl and End keys at the
  489.      same time.
  490.  
  491.           A mouse if fully supported with a point and shoot cursor.  Use
  492.      the cursor to point at any menu selection and click the left button
  493.      twice.  Two small boxes will be displayed in the upper left area
  494.      labeled as "Next" and "Prev".  Place the mouse cursor in either box
  495.      and click the left button to change pages in the appropriate
  496.      direction.  Press the right button to activate pulldown menus at the
  497.      top.  Through these menus, all the normal keystroke functions can
  498.      be activated.
  499.  
  500.                                   MIMENU                            Page 12
  501.  
  502.                        PREPROGRAMMED DOS QUICK KEYS
  503.  
  504.           MIMENU has eight preprogrammed DOS quick keys and two user
  505.      defined quick keys.  These keys are activated by pressing and holding
  506.      down the <SHIFT> keys.  This will display a list of key descriptions
  507.      on a pop up window in the middle of the screen.  To activate any choice,
  508.      press the function key associated with the choice wanted.  The commands
  509.      for F9 and F10 can be changed to your own choices through the Modify
  510.      command described above.  The following describes the preset commands:
  511.  
  512.           F1  -  Dir - Directory display.  Enter in your path for the drive
  513.      and directory to be displayed.  You must end the path with "*.*" or 
  514.      any particular file mask you want to display.
  515.  
  516.           F2  -  Format - Formats a floppy disk using the DOS format
  517.      program.  You first select the drive to format, and then the drive
  518.      size (which sets up the appropriate format switches).  All drive
  519.      sizes were provided to be compatible with all drives.  Select only
  520.      the correct size for your computer.
  521.  
  522.           F3  -  DskCpy - Diskcopy command.  Select the source drive and
  523.      then the destination drive.  You are then prompted for any additional
  524.      switches you want to enter.
  525.  
  526.           F4  -  ChkDsk - Check disk command.
  527.  
  528.           F5  -  Copy - Copy file.  Enter in the file name and path of the
  529.      source file and its destination.
  530.  
  531.           F6  -  Dos - Jumps out to DOS.  Type in EXIT to return to MIMENU.
  532.  
  533.           F7  -  Time - Change your computers time.  Prompts you for new
  534.      time.
  535.  
  536.           F8  -  Date - Change your computers date.  Prompts you for new
  537.      date.
  538.  
  539.      NOTE:  Time and Date uses the standard DOS update commands.  If your
  540.             computer requires a separate program to update the real time
  541.             clock (like RTCLOCK on Zenith Z-248's), it must be ran
  542.             separately since your clock will not be updated.  You could
  543.             use either the F9 or F10 programmable keys for this feature
  544.             if you need it.
  545.  
  546.  
  547.                                   MIMENU                             Page 13
  548.  
  549.  
  550.  
  551.                                SPECIAL FEATURES
  552.  
  553.           S  --  This will give you a quick reference listing of your
  554.      computer systems equipment as follows:
  555.  
  556.                  ROM BIOS date if available.
  557.  
  558.                  Clock Calendar board if equipped (may not display on
  559.                  all computers, depends on how the computer recognizes
  560.                  the installed board).
  561.  
  562.                  EMS device driver.  If equipped, it will display the
  563.                  total pages free and the total pages in 16K blocks.
  564.  
  565.                  Math Co-Processor if installed.
  566.  
  567.                  Extended memory available.  This memory is only displayed
  568.                  accurately for AT class machines.  I have also detected
  569.                  that some device drivers may change the computers
  570.                  information and may not display any extended memory.
  571.  
  572.                  Expanded memory available.
  573.  
  574.                  Game port if equipped (usually only for XT's or if a
  575.                  separate board is installed).
  576.  
  577.                  Mouse if available.
  578.  
  579.                  Number of floppy drives.
  580.  
  581.                  Number of parallel and Serial ports.
  582.  
  583.                  Type of video driver card detected.
  584.  
  585.                  Type/class of computer.
  586.  
  587.  
  588.                                   MIMENU                             Page 14
  589.  
  590.  
  591.  
  592.                                  USER SUPPORT
  593.  
  594.           MIMENU is being made available to the general public under
  595.      the concept of ShareWare.  As such, you are free to copy it and
  596.      distribute it to others provided that all accompanying files are
  597.      distributed intact and unmodified, and that no fee is charged.  The
  598.      author retains ALL rights to the program and documentation.  You are
  599.      encouraged to try the program for a reasonable period of time to
  600.      consider supporting the efforts of the author by sending a small
  601.      contribution to the address shown below.  Once you have done so,
  602.      you are considered "registered", and you can expect a prompt reply
  603.      to correspondence.  You will also receive the latest version of
  604.      MIMENU if the version you have is not the newest.
  605.  
  606.           MIMENU is also being made available to the Air Force and all
  607.      other DOD agencies with no registration requirements.  The program
  608.      was created to provide a standardized menu system throughout HQ SCCC.
  609.      The current version should be made available and distributed by the
  610.      Small Computer Tech Centers.  I may be reached at HQ SCCC/SOSSB,
  611.      Offutt AFB, NE 68113 for any comments or help.
  612.  
  613.           I welcome all comments and suggestions regarding MIMENU, please
  614.      be sure to specify the following information in correspondence:
  615.  
  616.               - Current version of MIMENU you have.
  617.               - What brand and model computer you have.
  618.               - How much memory your machine has.
  619.               - What type of video card and monitor you have.
  620.               - What DOS version you are running.
  621.               - Any other type of cards your machine has.
  622.               - Include your name and return address.
  623.  
  624.           To register your copy of MIMENU, fill out the registration form
  625.       at the end of this documentation and send $10.00 to the author at:
  626.  
  627.                               John M. Haro
  628.                               P.O. Box 13031
  629.                               Omaha, NE 68113-0031
  630.  
  631.  
  632.                                   MIMENU                             Page 15
  633.  
  634.  
  635.                             FILES PROVIDED ON DISK
  636.  
  637.           Below is the list of files included with the MIMENU disk.  These
  638.       files must remain intact and can not be modified.
  639.  
  640.                READ.1ST            Information file for upgrading MIMENU from
  641.                                    a previous older version.
  642.                M.BAT               Initial Start up Batch File.
  643.                                    Can be relocated to any Path Dir.
  644.                MENU.BAT            The return Batch file that is
  645.                                    executed after the called commands.
  646.                MIMENU.BAT          A duplicate of MENU.BAT.  This was
  647.                                    included to retain compatibility to
  648.                                    older version.  It can be deleted if
  649.                                    not needed.
  650.                SCRN1.OVL           An overlay file used for MIMENU.
  651.                MI-RUN.EXE          The main MIMENU program.
  652.                README.DOC          This Documentation file.
  653.                MI-RUN.CFG          Data used for the program defaults and
  654.                                    configuration.
  655.                MIMENU.DAT          Initial MIMENU menu data.
  656.                HISTORY.DOC         A list of changes and modifications done
  657.                                    to MIMENU.
  658.                CONVERT.EXE         A conversion program that converts pre
  659.                                    versions of MIMENU 2.6 DEFAULT.DAT and
  660.                                    PASSWRD.DAT files into one file now
  661.                                    called MI-RUN.CFG.  This file will
  662.                                    automatically delete itself after it
  663.                                    performs the conversion, otherwise, you
  664.                                    do not need it in the MIMENU directory.
  665.                MIMENU.HLP          Help file to be used within MIMENU.
  666.  
  667.                *.DAT               All other submenus will be created with
  668.                                    the suffix of "DAT" when your use the
  669.                                    "%" alternate menu command in the menu
  670.                                    path.
  671.  
  672.  
  673.     For basic or site license registration, fill out the following form
  674.     and mail it to:
  675.  
  676.                               John M. Haro
  677.                               P.O. Box 13031
  678.                               Omaha, NE 68113
  679.  
  680.  
  681.     Name:     ___________________________________________________________
  682.  
  683.     Company:  ___________________________________________________________
  684.  
  685.     Address:  ___________________________________________________________
  686.  
  687.     City:     ______________    State:  ____    Zip:  ___________________
  688.  
  689.  
  690.     Current version of MIMENU:  3.0a
  691.  
  692.     Where did you receive MIMENU from:  _________________________________
  693.  
  694.     Type computer running on:  _____________________
  695.  
  696.     Comments:  __________________________________________________________
  697.  
  698.                __________________________________________________________
  699.  
  700.                __________________________________________________________
  701.  
  702.                __________________________________________________________
  703.  
  704.  
  705.      Thank you for taking the time out to register this program.  You will
  706.    be notified of any updates to MIMENU to include one free update.  This
  707.    update will be sent on a 5¼" disk.  If you can not use this size disk,
  708.    enclose an extra $1.00 for a 3½" disk.
  709.  
  710.            Basic Registration   $10.00
  711.                    or                       _____________________
  712.            Site License         $45.00
  713.  
  714.            3½" disk update       $1.00      _____________________
  715.  
  716.  
  717.                 Total                       _____________________
  718.  
  719.  
  720.     Site license registration of $45.00 allows MIMENU to be used on all
  721.     computer systems within your company.
  722.  
  723.     Basic registration of $10.00 allows MIMENU to be ran on a single
  724.     computer system.
  725.  
  726.  
  727.